SetScriptExecutionDisabledRequest

data class SetScriptExecutionDisabledRequest(value: Boolean)

Represents request frame that can be used with Emulation#setScriptExecutionDisabled operation call.

Switches script execution in the page.

See also

Constructors

SetScriptExecutionDisabledRequest
Link copied to clipboard
fun SetScriptExecutionDisabledRequest(value: Boolean)

Properties

value
Link copied to clipboard
val value: Boolean
Whether script execution should be disabled in the page.

Sources

jvm source
Link copied to clipboard